css-match-name.css \
css-match-name.ref.ui \
css-match-name.ui \
+ css-match-region-matches-star.css \
css-match-region-matches-star.ui \
css-match-region-matches-star.ref.ui \
+ css-match-regions.css \
css-match-regions.ref.ui \
css-match-regions.ui \
css-match-siblings.css \
--- /dev/null
+@import "reset-to-defaults.css";
+
+* {
+ color: blue;
+}
+
+.notebook tab GtkLabel {
+ color: blue
+}
+.notebook tab tab GtkLabel {
+ color: red
+}
+
+/* for reference */
+#blue {
+ color: blue
+}
+
+#red {
+ color: red
+}